From 9a635d282dbb48aa6f0bae613a91ba53e42eef1b Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 26 Jul 2006 23:44:32 +0000 Subject: [PATCH] Add notes about Cygwin make to impatient section. --- nt/INSTALL | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nt/INSTALL b/nt/INSTALL index 0d2f1b20193..21ee8367a88 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -31,16 +31,19 @@ nmake For the development environments based on GNU GCC (MinGW, MSYS, - Cygwin), depending on how Make is called, it could be: + Cygwin - but see notes about Cygwin make below), depending on how + Make is called, it could be: make + or + mingw32-make or gnumake or gmake (If you are building from CVS, say "make bootstrap" or "nmake - bootstrap" instead.) + bootstrap" instead and avoid using Cygwin make.) 4. Generate the Info manuals (only if you are building out of CVS, and if you have makeinfo.exe installed): -- 2.30.2